home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / t_unix / j109lxa4.tar / main.h < prev    next >
C/C++ Source or Header  |  1994-06-04  |  352b  |  20 lines

  1. #ifndef _MAIN_H
  2. #define _MAIN_H
  3.  
  4. #ifndef _PROC_H
  5. #include "proc.h"
  6. #endif
  7.  
  8. extern char Badhost[];
  9. extern char *Hostname;
  10. extern char Nospace[];            /* Generic malloc fail message */
  11. extern char Version2[];
  12.  
  13. extern struct proc *Cmdpp;
  14. #ifndef UNIX
  15. extern struct proc *Display;
  16. #endif
  17. extern int main_exit;            /* from main program (flag) */
  18.  
  19. #endif _MAIN_H
  20.